home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / educate / testsh.zip / MAKDISKA.BAT < prev    next >
DOS Batch File  |  1995-10-13  |  1KB  |  45 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo   You are about to create a backup disk what will incorporate this
  6. echo.
  7. echo   entire computer program, and all of your saved records, if
  8. echo.
  9. echo   any saved records presently exist.  If this is what you want to
  10. echo.
  11. echo   do, then place a blank floppy disk in your A:DRIVE, and press any
  12. echo.
  13. echo   key to continue.  All of the files in your present directory will
  14. echo.
  15. echo   be copied to your blank disk in the A:DRIVE.
  16. echo.
  17. echo   Once the program exists on the disk in the A:DRIVE, it is not necessary 
  18. echo.   
  19. echo   to use the MAKDISKA Batch file.  You can simply use the SAVEA or SAVEB 
  20. echo.
  21. echo   Batch file, to complete the backing up of your files faster.  If you 
  22. echo.
  23. echo   wish to abort this screen, taking no action, just press the CTRL and C 
  24. echo.
  25. echo   keys at the same time and answer Y to the `TERMINATE BATCH JOB?' prompt.
  26. echo.
  27. echo   To make the special backup disk:
  28. pause
  29. copy *.* a:\
  30. cls
  31. echo.
  32. echo.
  33. echo   The backup disk containing the entire program, has been created.  Any
  34. echo.
  35. echo   records that might have existed in your present directory, have also
  36. echo.
  37. echo   been transferred to that backup disk.  Please remove the disk and keep
  38. echo.
  39. echo   it in a safe place, after you ACCURATELY identify it with a label.
  40. echo.
  41. echo.
  42. echo.
  43. echo.
  44. pause
  45.